home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / berolist.0 / berolist / BeroList-1.0.1 / list.h < prev    next >
Text File  |  1996-05-21  |  1KB  |  36 lines

  1. /*  BeroList Mailing List - Configuration file                    */
  2. /*  (c) 1996 by Bernhard Rosenkraenzer, root@startrek.in-trier.de */
  3.  
  4. /* VERSION will be used in error messages */
  5. #define VERSION "BeroList 1.0.1"
  6.  
  7. /* Comment out if you do not want BeroList to create log files */
  8. #define LOG
  9.  
  10. /* Location of logfiles - must be writable by bin */
  11. #define LOGDIR "/usr/bin/BeroList/logs"
  12.  
  13. /* Directory of list members, configs, etc. - must be read-writable by bin */
  14. #define LISTDIR "/usr/bin/BeroList/lists"
  15.  
  16. /* Path to sendmail */
  17. #define SENDMAIL "/usr/bin/sendmail"
  18.  
  19. /* Hostname for mailing list server */
  20. /* If HOST is not defined, BeroList will try to determine it itself */
  21. /* This is _NOT_ recommended. (see README) */
  22. #define HOST "startrek.in-trier.de"
  23.  
  24. /* Maximum number of members for a list */
  25. #define MAX_MEMBERS 1000
  26.  
  27. /* define TRUSTED if 'bin' may run sendmail -f - RECOMMENDED */
  28. #define TRUSTED
  29.  
  30. /* Uncomment the following lines if you do not want sender and list addresses
  31.    in your message */
  32. /* #define NO_SENDER_ADDRESS */
  33. /* #define NO_LIST_ADDRESS   */   
  34.  
  35. /* That's it. Go on and run make. (make 486 for 80486 processors) */
  36.